projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b0a2248
)
Do not copy leim-list.el twice.
author
Kenichi Handa
<handa@m17n.org>
Thu, 4 Sep 1997 01:18:55 +0000
(
01:18
+0000)
committer
Kenichi Handa
<handa@m17n.org>
Thu, 4 Sep 1997 01:18:55 +0000
(
01:18
+0000)
leim/Makefile.in
patch
|
blob
|
history
diff --git
a/leim/Makefile.in
b/leim/Makefile.in
index f23453c8bdf247b395a288f54a5009552593451b..eaef776334d4640f863eba748d1ed3f106192a7d 100644
(file)
--- a/
leim/Makefile.in
+++ b/
leim/Makefile.in
@@
-154,7
+154,6
@@
install: all
rm -rf ${INSTALLDIR}/leim-list.el; \
rm -rf ${INSTALLDIR}/quail ${INSTALLDIR}/skk ; \
echo "Copying leim files to ${INSTALLDIR} ..." ; \
- cp leim-list.el ${INSTALLDIR} ; \
if [ x`(cd ${srcdir}; /bin/pwd)` == x`(/bin/pwd)` ] ; then \
tar -cf - leim-list.el quail skk \
| (cd ${INSTALLDIR}; umask 0; tar -xvf - && cat > /dev/null) ;\